3.10.13 [Released - 2024-03-12 ]
Bug Fixes
- Allow dynamic properties error suppression
3.10.12 [Released - 2023-12-20 ]
Bug Fixes
- Allow image names to be longer than 120 characters - comes up more often in Joomla 4+
3.10.11 [Released - 2023-06-12 ]
Bug Fixes
- Better event editing button styling
3.10.10 [Released - 2023-06-07 ]
Bug Fixes
- Fix popup modals for images
3.10.9 [Released - 2023-05-18 ]
Bug Fixes
- Fix clear file button
- Fix for file names with apostorphe's in them - common in some languages e.g. French
- Make sure 'originals' is converted to 0x0 in sized image url call
3.10.8 [Released - 2023-03-21 ]
Features
- Use accept attribute in file tag to tell browser which file types to offer
3.10.7 [Released - 2022-10-04 ]
Bug Fixes
- Make sure image height and width are compared to scaling/uploading constraints AFTER any required rotations take place
3.10.6 [Released - 2022-06-22 ]
Bug Fixes
- Fix registry getReference call in substitute field
3.10.5 [Released - 2022-06-15 ]
Bug Fixes
- Currently uploading message should be hidden when initially editing an event where the image is already set
3.10.4 [Released - 2022-06-07 ]
Bug Fixes
- Fix image upload issues with Media Manager in Joomla 4.1
- Silence warnings from call of exit_read_data when file doesn't contain any such data
3.10.3 [Released - 2022-05-20 ]
Bug Fixes
- Deal with images with orientation set in EXIF data - may need to rotate prior to re-scaling
3.10.1 [Released - 2022-02-18 ]
Bug Fixes
- Force upload IFrame to be text/html - some sites were returning text/css, go figure!!!
3.10.0 [Released - 2022-02-15 ]
Features
- Image specific parameter for file size etc.
Bug Fixes
- Added check on index.php replacement for client is frontend
3.9.3 [Released - 2021-05-28 ]
Bug Fixes
- Fix Joomla media manager image selection font size being zero so it looks as though nothing is selected
3.9.2 [Released - 2021-05-04 ]
Bug Fixes
- Fix for event editing when no images are enabled for upload - was causing the hidden iframe to be missing
3.9.1 [Released - 2021-04-01 ]
Bug Fixes
- Missing closing quote in file input part of form could cause event creation layout issues
3.9.0 [Released - 2021-03-12 ]
Features
- Added a new cool feature
- Use new uikit styling from JEvents for uploading images/files
Bug Fixes
- Fix stray AND for queries when filtering where has no image.
- Tighten up checks on images and files that are too big.
Older Changes
- v. 3.8.0
- Compatability with JEvents 3.6.0 and Joomla 4
- v. 3.7.17 Fix count warning, keep . in the filename to explode easily, clean file names as we do with image file names, keep filenames instead of unique if they don't exist, change getSizedImageURL to public function, fix plugin from not running if images allowed is 0, allow changing file when new file is uploaded, remove skipping function if empty as prevent cleanup.
- v. 3.7.15 Updated htmlentities to JEventsHTML::special, Fix not calling imagetitle within latest events module, if no file title then use Event Title and make sure empty images are not saved to the database
make file location setting more robust when uploading images
add support for auto-uploading selected images
- v. 3.7.14 Workaround for problems caused by Cloudflare rocketloader
- v. 3.7.13 Fixes the auto loading of images always duplicating image1.
- v. 3.7.12 Added config option to disable scalling images and Code Reformatting.
- v. 3.7.11 Fix to backend image selection from Joomla media manager, fix to frontend detail page showing first image instead of second etc.
- v. 3.7.10
Correction to Joomla media manager picker to allow folders to be changed in frontend
Fix to allow facebook social images to be picked up correctly
- v. 3.7.9 Add support for new JEvents getter which allows template overrides to use the old variables to get the new output, Fix for fallback to category image
- v. 3.7.8 Fix imageimg not always returning a full pathed image and just the filename. Fix for JEV_LIST_IMAGE_ not being replaced. (Hopefully the last release in a while)
- v. 3.7.7 Fix for menu items configured to show events specifically with or without events
- v. 3.7.6 Fixes small bug where html was rendered for pop-up images if no image exists.
- v. 3.7.5 Fixes issues with bad tag replacements, 0 error on event details due to scaled image sizes being set to 0 and therefore skip resizing. Removes unnecessary DB Query elements for all individual output fields to make the queries alot shorter.
- v. 3.7.4 Prevent install on php versions prior to PHP 5.4.1.
- v. 3.7.3 Move to using scaled images everywhere
- v. 3.7.2 Fix for duplicated hidden element in edit page which made it appear that Joomla media manager was not setting field value
- v. 3.7.1 Option to use Joomla Media manager for images and files, fix clean up of old files when emptying trash of old events.
- v. 3.6.5 change data migration to use PHP instead of MySQL stored procedures (too many sites were having problems), fix display of images associated with repeat exceptions
- v. 3.6.4 remove hard coded DB name and prefix from code to clean up orphan data during migration
- v. 3.6.3 Offer option to migrate old data to super users when editing and event if the migration failed during installtion
- v. 3.6.1 Improved installation checks on DB permissions
- v. 3.6.0 Combine all image information into a single database row thereby improving performance in list views, Also allowing image data to be stored for specific repeats. Add missing GD library warning, add missing langauge strings,
- Fixed undefined variable and added image link for custom layouts.
- v. 3.4.8 - Fix scaling of alpha transparent images, add option to output image title in layout editor, fix quality parameter usage in sized images.
- v. 3.4.7 - do not rescale images that are the right size already, add image quality scaling factor, fix for image quality in scaled PNG images
- v. 3.4.3 - remove mootools dependency
- v. 3.4.1 - fix for uploading files
- v. 3.4.0 - change to use Joomla file uploaded and image manipulation libraries and add support for sized images!!!
- v. 3.0.14 - Added in Installer improvements and usage of image RAWLINK in the List Row Custom layouts.
- v. 3.0.13 improve defult access levels so super used should always be able to upload by default, increase default upload size limits to reflect php image handling improvements, keep copy of original image to allow resizing in future versions, enable by default in list views
- v. 3.0.11 add optional file title to display in the link
- v. 3.0.10 a javascript fix for a MSIE 9 bug was affecting recent Firefox/Chrome releases so needed to run only for MSIE. Add second language strings for layout editor distinct from frontend labels.
- v. 3.0.9 php 5.4, fix javascript error for some browsers when uploading image,
- v. 3.0.8 allow fall back to category image if no event image is set and default image is blank. fix for file upload issue in Joomla 3.1
- v. 3.0.6 Refine file/image clean up to protect images/files attached to copied events that therefore share the same file name
- v 3.0.5 Important update - deleting events was cleaning up images/files attached to events, locations and people using the custm fields addon.
- v 3.0.3 use loadColumn instread of loadResultAttay, remove myISAM reference
- v 3.0.2 Config option to allow default image to only be used in the first image slot so that the rest can be empty in layouts, Fix Url root for file links, fix file clean up to remove orphan images and files